@charset "utf-8";
header{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    
    z-index: 9;
    position: fixed;
    background: rgba(0,0,0,0.01);     
}
.header .logo img{
    height: 49px;
    margin-right: 10px;
    width: auto;
    transition: all .5s;  
}
.header{
    padding: 15px 0px;   
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;   
}
header.on{
    background: rgba(0,0,0,0.8);
}
header .nav{
    display: flex;
    justify-content: flex-end;
}
header .nav>ul{   
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block; 
    position: relative;    
}
header .nav>ul>li>a{   
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;  
    font-size: 18px; 
    padding: 0px 30px 0px 20px;
    font-weight: 400;
    line-height: 49px;
    white-space: nowrap;
    transition: all 0.3s;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #3bb149;
}
header .nav>ul.navbar-right{
    margin-right: 0px;
}
header .nav>ul.navbar-right>li>a{
    padding: 12px 0px 10px 15px;
    margin-left: 15px;
}
header .nav>ul.navbar-right>li:first-child>a:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -15px;
    width: 2px;
    height: 18px;
    background-color: #3bb149;
}
header .nav>ul.navbar-right>li>a i{
    color: #3bb149;
    font-size: 22px;
    margin-top: -3px;
}
header .nav>ul.navbar-right>li>a{
    text-decoration: none;
    background-color: transparent;
    color: #3bb149;
}
header .nav ul.sub-menu {
    display: none;
    position: absolute;
    left: -20%;
    top: 100%;
    width: 140%;
    background: #ffffff10;
    border-radius: 2px;
}
header .nav ul.sub-menu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.sub-menu li a{display:block;font-size:14px;font-weight: 300; background: #ffffffd0; color:#444; 
    line-height:20px; padding:12px 2%; text-align: center;}
header .nav ul.sub-menu li a:hover{color:#3bb149; background:#f8f8f8;}
header .nav>ul>li:hover ul.sub-menu {
    display: block;
}

@media(max-width:992px){
    .header {
        padding: 15px 0px;
    }
    .header .logo img{
        height: 40px;
    }
    
    header .nav>ul.navbar-right>li:nth-last-child(2),
    header .nav>ul.navbar-right>li:last-child{
        display: inline-block;
        margin-right: 0px;
    }
    header .nav{
        position: fixed;
        right:-100vw;
        top: 0px;
        width:100vw;
        height:calc(100vh - 0px);
        background:#fff;
        transform: translateX(0);
        overflow: hidden;
        background: -o-linear-gradient(60deg,#000,#000 100%);
        background: linear-gradient(60deg,#000,#000 100%);
        background: url(../img/nav.jpg) no-repeat right bottom #000;
        z-index:-1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;   
    }
    header .nav ul{
        display: block;
        padding: 80px 20px 10px 55px;
        transition: all .5s;    
        counter-reset: offcanvas-counter;   
    }
    header .nav>ul.navbar-right {
	    margin-right: 0px;
	    padding: 10px 20px 10px 25px;
	}
    header .nav ul li{
        display: block;
        padding: 0 0px;    
        position: relative;
    }
    header .nav ul li a.nav-link{    
        display: block;
        color: #fff;
        position: relative;
        font-size: 16px;     
        line-height: 32px;
        font-weight: 600;
        counter-increment: offcanvas-counter;
    }
    header .nav ul li a.nav-link:before {
        content: counter(offcanvas-counter,decimal-leading-zero);    
        position: absolute;
        top: 6px;
        left: -15px;
        color: #3bb149;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        margin-right: 1.5625rem
    }
    header .nav ul.sub-menu{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;     
        max-width: 100%;
        left: 0px;
        background: transparent;
        padding: 0px 20px 10px 20px; 
    }
    header .nav ul.sub-menu li{
        margin-right: 10px;
        width: auto;
        display: inline-block;
    }
    header .nav ul.sub-menu li a{
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        padding: 0px 0%;
        text-align: left;
        background: transparent;
        line-height: 1;
        font-weight: 300;
        padding-right: 8px;
        border-right: 1px solid #fff;
    }
    header .nav ul.sub-menu li:last-child a{
        border-right: 0px solid #fff;
    }    
    header .nav.show{
        right: 0;
    }
}

/* banner */
.banner{
    position: relative;
    min-height: 100px;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1.0;
    border: 1px solid #fff;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5%;
}
.banner .swiper-pagination-bullet-active{
    background-color: #3bb149;
    border: 1px solid #3bb149;
}
.ion-ios-play:before {
    content: "\f105";
}

.common{
    padding-top: 100px;
    padding-bottom: 100px;
}
.title{
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 1.0;
    text-transform: uppercase;   
    position: relative;
    margin-bottom: 40px;   
}
.title:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #3bb149;
    margin: 15px auto;
}
@media (max-width:767px){
    .common{
       padding-top:20px;
       padding-bottom:20px;
    }    
    .title{
        font-size: 24px;
        margin-bottom: 20px;
    } 
}

.homeLink{
    width: 100%;
    color: #3bb149;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    display: block;
    transition: all 0.6s;
    margin-top: 50px;
    position: relative;
}
/*关于我们*/
.video{
    background: #000;
    position: relative;
    overflow: hidden;
    opacity: 1;
    color: #fff;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.video .play-btn {
    width: 350px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    color: white;
}
.video h5{    
    font-weight: lighter;
    font-size: 26px;
}
.video h5 span{
    display: block;
    font-size: 40px;
}
.video i{
    border: 1px solid #fff;
    padding: 8px 82px;
    border-radius: 100px;
    font-size: 43px;
    margin: 18px;
    cursor: pointer;
}
@media (max-width:992px){
    .video h5 {
	    font-size: 16px;
	}
    .video h5 span {
	    font-size: 22px;
	}
	.video i {
	    padding: 3px 35px;
	    font-size: 24px;
	    margin: 5px;
	}
	.video .play-btn {
	    width: 180px;	    
	    margin-top: -55px;	    
	    margin-left: -90px;
	}
	.video img{
		width: 200%;
		max-width: none;
		margin-left: -50%;
	}
}
/*应用方案*/
.case{
    background: #000;
    overflow: hidden;
    position: relative;
}
.case .case-title{
    position: absolute;
    top: 10%;
    width: 100%;
    color: #fff;
    z-index: 1;
}
.case ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case ul li{
    width: 33.3333%;
}
.case .case-img{
    width: 100%;    
    position: relative;
    background: #000;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;    
}
.case .case-img img{
    width: 100%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    filter: brightness(20%);
}
.case-hover{    
    width: 100%;
    position: absolute;
    top: 60%;
    transform: rotate(-0%, -0%);
    text-align: center;
    z-index: 1;
}
.case .case-hover img{
    margin: 0px 0px;
    width: auto;
    max-width: 100%;
}
.case .case-hover h5{
    color: #fff;
    font-size: 26px;
    font-weight: lighter;    
}
.case .case-hover h5:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #3bb149;
    margin: 10px auto;
}
.case .case-hover .case-desc{    
    overflow: hidden;
    line-height: 1.4;
    padding: 0px 15%;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
}
.case .case-hover .case-desc span{
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 50px;
    border-radius: 35px;
    margin-top: 18px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.case .case-img:hover .case-desc span{    
    border: 1px solid #3bb149;
    background: #3bb149;    
}
.case .case-img:hover img,.case li.on .case-img img{
    filter: brightness(45%);
}
@media (max-width:991px){    
    .case ul li{
	    width: 100%;
	}
    .case .case-hover h5 {
        font-size: 18px;
    }
    .case .case-hover .case-desc{
    	font-size: 14px;
    }
    .case .case-hover .case-desc span{
    	padding: 8px 30px;
    	margin-top: 10px;
    }  
}
/*合作伙伴*/
.market {       
    position: relative; 
}
.market .title{
    margin-bottom: 0px;
}
.market .tit-info{
    font-size: 24px;
    margin-bottom: 45px;
}
.market .otherThumbs{
    width: 50%;
    margin: 0px auto;
}
.market .gallery-thumbs{
    text-align:center;
    cursor:pointer;
}
.market .gallery-thumbs .swiper-slide:hover{
    color:#5bb43c
}
.market .gallery-thumbs .thumbs{
    font-size: 20px;
    line-height: 2.5;
    overflow: hidden;
    border-bottom: 2px solid #efefef;
}
.market .gallery-thumbs .swiper-slide-thumb-active .thumbs{
    color: #5bb43c;
    font-weight: bold;  
    border-bottom: 2px solid #5bb43c;
}
.market .otherTop .swiper-slide{  
    overflow: hidden;   
    margin-top: 20px;
    padding: 0px 0px 50px;
    background: url(../img/market.jpg) no-repeat top 50px right 0px;
}
.market .swiper-slide .other-title{
    font-size: 40px;    
    font-weight: 400;
    line-height: 2;    
    position: relative;
}
.market .slideCon{
    color: #fff;   
    font-size: 18px;
    line-height: 1.4;
    padding: 130px 100px;    
}
.market .slideCon img{
    margin: 25px 0px;
}
.market .slideCon:before,.market .slideCon:after{
    content: "";
    background-image: url(../img/quote.svg);    
    margin-left: -80px;    
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
}
.market .slideCon:after{    
    margin-left:  auto;    
    margin-right: -80px;
    transform: rotate(180deg);
}
@media (max-width:991px){    
    .market .tit-info {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
    .market .otherThumbs {
	    width: 96%;
	    margin: 0px auto;
	} 
	.market .gallery-thumbs .thumbs {
	    font-size: 16px;
	}
	.market .swiper-slide .other-title {
	    font-size: 24px;
	}
	.market .slideCon {
	    font-size: 14px;
	    line-height: 1.4;
	    padding: 30px 60px;
	}
	.market .slideCon:before,.market .slideCon:after {
	    content: "";
	    background-image: url(../img/quote.svg);
	    margin-left: -40px;
	    background-size: 25px 25px;
	    width: 25px;
	    height: 25px;
	    display: block;
	}
	.market .slideCon:after {
	    margin-right: -40px;
	    margin-left:  auto;
	}
	.market .otherTop .swiper-slide{
		padding: 0px 0px 20px;
	}
}
/* 新闻 */
.news{
    background: #f3f6f8;
}
.news-box .img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-box .img img{
    width: 100%;
    transition: all .5s;
}
.news-box .img:hover img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.news-box li .n-title{
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;    
    transition: all 0.6s;
    margin: 15px 25px 10px 25px;
}
.news-box li .n-time{    
    line-height: 1.2;
    font-weight: 900;
    font-size: 18px;
    color: #cacaca;
    transition: all 0.6s;
    padding: 0px 25px 45px;   
}
.news-box li .n-con{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
.news-box li .n-more{    
    color: #cdcdcd;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: all 0.6s;
}
@media (max-width:991px){
   .news-box .img{
    margin: 10px 0px;
   }
}